Skip to content

Add 'max-connections' input parameter - #72

Merged
ikalnytskyi merged 1 commit into
masterfrom
feat/max-connections
Aug 1, 2026
Merged

Add 'max-connections' input parameter#72
ikalnytskyi merged 1 commit into
masterfrom
feat/max-connections

Conversation

@ikalnytskyi

Copy link
Copy Markdown
Owner

Some test suites require more than PostgreSQL's default limit of 100 concurrent connections. This patch adds a new max-connections input parameter that controls the server's max_connections setting. The parameter defaults to 100 to preserve the existing behavior.

Resolves: #66

Some test suites require more than PostgreSQL's default limit of 100
concurrent connections. This patch adds a new `max-connections` input
parameter that controls the server's `max_connections` setting. The
parameter defaults to 100 to preserve the existing behavior.

Resolves: #66
@ikalnytskyi
ikalnytskyi merged commit bc33375 into master Aug 1, 2026
62 checks passed
@ikalnytskyi
ikalnytskyi deleted the feat/max-connections branch August 1, 2026 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: max-connections parameter

1 participant